home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Resources / Backup, Restoration & File Management / Spybot Boot CD 1.03 / spybotbootcd.exe / install_script.iss
Text File  |  2008-02-13  |  2KB  |  46 lines

  1. ;InnoSetupVersion=5.2.1
  2.  
  3. [Setup]
  4. AppName=Spybot-S&D Boot CD creator
  5. AppVerName=1.0.3
  6. AppId={{4E10664E-64AD-4F9D-B1D4-5FD8B6CC4427}
  7. AppVersion=1.0.3
  8. AppPublisher=Safer Networking Limited
  9. AppPublisherURL=http://www.safer-networking.org/
  10. AppSupportURL=http://forums.spybot.info/
  11. AppUpdatesURL=http://forums.spybot.info/
  12. DefaultDirName={pf}\Safer Networking\Spybot-S&D Boot CD creator
  13. DefaultGroupName=Spybot-S&D Boot CD creator
  14. UninstallDisplayIcon={app}\SpybotBootCD.exe
  15. UninstallDisplayName=Spybot-S&D Boot CD creator
  16. OutputBaseFilename=in
  17. Compression=lzma
  18. WizardImageFile=embedded\WizardImage0.bmp
  19. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  20.  
  21. [Files]
  22. Source: "{app}\SpybotBootCD.exe"; DestDir: "{app}"; 
  23. Source: "{app}\Applications.exe"; DestDir: "{app}"; 
  24. Source: "{app}\plugins\regalyzer.xml"; DestDir: "{app}\plugins"; 
  25. Source: "{app}\plugins\runalyzer.xml"; DestDir: "{app}\plugins"; 
  26. Source: "{app}\plugins\spybotsd.xml"; DestDir: "{app}\plugins"; 
  27.  
  28. [Icons]
  29. Name: "{group}\Spybot-S&D Boot CD creator"; Filename: "{app}\SpybotBootCD.exe"; WorkingDir: "{app}"; Comment: "Run wizard that helps you creating a bootable Cd."; 
  30.  
  31. [CustomMessages]
  32. default.NameAndVersion=%1 version %2
  33. default.AdditionalIcons=Additional icons:
  34. default.CreateDesktopIcon=Create a &desktop icon
  35. default.CreateQuickLaunchIcon=Create a &Quick Launch icon
  36. default.ProgramOnTheWeb=%1 on the Web
  37. default.UninstallProgram=Uninstall %1
  38. default.LaunchProgram=Launch %1
  39. default.AssocFileExtension=&Associate %1 with the %2 file extension
  40. default.AssocingFileExtension=Associating %1 with the %2 file extension...
  41.  
  42. [Languages]
  43. ; These files are stubs
  44. ; To achieve better results after recompilation, use the real language files
  45. Name: "default"; MessagesFile: "embedded\default.isl"; 
  46.